This resource address deletes the named temporal axis from the named database.
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header.
|
Upon successful completion, MarkLogic Server returns status code 204 (No Content). If the axis does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
temporal-admin
role, or the
following privilege: http://marklogic.com/xdmp/privileges/manage-admin
curl -X DELETE --anyauth -u admin:admin -H "Content-Type:application/json" \ http://localhost:8002/manage/v2/databases/Documents/temporal/axes/system ==> Deletes the temporal axis, "system," from the Documents database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.